﻿@import "cui.css";



/* 请根据项目类型删掉多余的引用 */

@import "lib.css";

/* 结束 */


@import "iconfont.css";
/* 请在以下区间内开发 CSS 代码 */

@import "m-nm.css";

@import "m-inside.css";

@import "m-public.css";

/* @import "m-xj.css"; */



/* 结束 */



@import "less.css";


.pc-slide {
    width: 100%;
    margin: 0 auto;
}
.view .swiper-slide .imgauto {
    width: 100%;
    height: 350px;
}
.view .swiper-container {
    width: 100%;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 80%;
    margin: 0 10%;
}

.preview .swiper-slide {
    width: 25%;
    padding: 5px;
}
.preview .swiper-slide .imgauto {
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
}
.preview .swiper-slide .imgauto img {
    display: block;
    padding: 5px;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav .imgauto {
    border: 1px solid #F00;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media only screen and (max-width: 800px) {
	.work_list {  
	display:none; 
}
	
}
.work_list {
	width: 100%;
	padding-top: 12px; 
	margin-bottom: 20px; overflow: hidden;
}

.work_list h3 {
	line-height: 44px;
    text-indent: 0px;
    background-size: auto 10px;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    float: left; padding-left: 20px;
}
.work_list h3 a {
	float: left;
	line-height: 44px;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 5px;
    font-weight: normal
}
.work_list h3.on a {
	font-weight: bold;
}
.work_list h3 span { width: 6px; height: 7px;font-size: 10px; color: #038741;display: inline-block;float: left; font-weight: normal; margin-right: 10px; }

.work_list ul {
	display: none;
	float: left;
	width: 100%;
}
.work_list li {
	background: url(../images/icon12.png) 18px 15px no-repeat;
    text-indent: 26px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    line-height: 42px;
    background-size: 5px;
}
.work_list li a {
    display: block;
    color: #666;
    font-size: 14px;
    text-indent: 0;
    padding-left: 30px;
}

.work_list li.on a {
	font-weight: bold;
}
.work_list li span{  width: 6px; height: 7px;font-size: 10px; color: #038741;display: inline-block;float: left; font-weight: normal; margin-right: 10px;  }
.view .swiper-slide {
    height: auto!important;
}



 #message .m-content .m-message{
    width:90%;
    padding:20px;
  }
  #message .m-content{
  margin-top:1rem;
  }
  
  .m-message label.code span {
  float:left;
  }
    .m-message label.code input {
  float:left;
  }
      .m-message label.code img {
  float:left;
  }




#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 77%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #038741;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}
.pw-section {
    padding: 55px 0;
}
.pw-curmbs {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
}
.list-6 {margin: 0 0 0 -20px;}
.list-6 li {float: left;width: 22%;}
.list-6 li a {display: block;margin: 0 0 20px 20px;border: 1px solid #ececeb;}
.list-6 li a:hover {border-color: #c80003;}
.list-6 li .m {padding: 10px;height: 201px;line-height: 201px;}
.list-6 li .text {padding: 5px 20px;background-color: #F0F0F0;}
.list-6 li .text h4 {margin: 0;font-size: 14px;line-height: 45px;height: 45px;overflow: hidden;font-weight: normal;text-align: center;}
.img-center {text-align: center;font-size: 0;} 
.g-cur {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
}

.g-cur .wp {
    background: url("../images/home.png") left center no-repeat;
    padding-left:
        20px;
    box-sizing: border-box;
}